.ts-module-product-system-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.ts-module-product-ststem-content-left {
  opacity: 1;
  background-image: url(../../images/hua/hua-module-back-left.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px;
  min-width: 220px;
}

.ts-module-product-ststem-content-center {
  flex: auto;
  opacity: 1;
  background-image: url(../../images/hua/hua-module-back-center.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 30px;
  margin: 0 20px;
}

.ts-module-product-stystem-title {
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
}

.ts-module-product-stystem-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.ts-module-product-stystem-content-item {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #ffffff;
  margin-top: 20px;
  margin-left: 12px;
}

.ts-module-product-stystem-content-item-icon {
  background: url(../../images/hua/product.png);
  width: 19px;
  height: 19px;
  margin-top: 20px;
}

@media screen and (min-width: 0px) and (max-width: 570px) {
  .ts-module-product-ststem-content-left {
    min-width: 0px;
    margin: 20px;
  }

  .ts-module-product-stystem-title {
    font-size: 24px;
  }

  .ts-module-product-stystem-content-item {
    font-size: 16px;
  }

  .ts-module-product-stystem-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .ts-module-product-system-content {
    flex-direction: column;
  }
}

.hua-module-content-title {
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

.hua-module-content-title-line {
  width: 40px;
  height: 3px;
  border-radius: 549px;
  opacity: 1;
  background: #ee7700;
  margin: 10px auto 20px auto;
}

.hua-module-content {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 38px;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  /* 浏览器可能不支持 */
  letter-spacing: 0.05em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #3d3d3d;
}

.hua-module-content img {
  max-width: 100% !important;
  height: auto !important;
  margin: 20px 0 !important;
}

@media screen and (min-width: 570px) and (max-width: 768px) {
  .ts-module-product-ststem-content-left {
    min-width: 0px;
    margin: 20px;
  }

  .ts-module-product-stystem-title {
    font-size: 24px;
  }

  .ts-module-product-stystem-content-item {
    font-size: 16px;
  }

  .ts-module-product-stystem-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .ts-module-product-system-content {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .ts-module-product-ststem-content-left {
    min-width: 0px;
    margin: 20px;
  }

  .ts-module-product-stystem-title {
    font-size: 24px;
  }

  .ts-module-product-stystem-content-item {
    font-size: 16px;
  }

  .ts-module-product-stystem-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .ts-module-product-system-content {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .ts-module-product-ststem-content-left {
    min-width: 200px;
  }

  .ts-module-product-stystem-title {
    font-size: 24px;
  }

  .ts-module-product-stystem-content-item {
    font-size: 16px;
  }
}
